home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / finger < prev    next >
Text File  |  2001-03-21  |  830b  |  24 lines

  1. Synopsis:
  2.    load finger
  3.  
  4. Description:
  5.    This script provides a front-end to the Unix finger command.  Finger is
  6.    a service that can provide general information about a user from another
  7.    site, such as his/her real name, when the person last logged in, etc.
  8.    The alias has the following syntax:
  9.  
  10.       /finger [[-h] <nickname>] [[user]@full.hostname]
  11.  
  12.    If a nickname is specified, the script will try to figure out the user's
  13.    address, and will finger it.  It will finger @host if the -h switch is
  14.    given.  Alternately, an address or hostname may be given, as per the
  15.    traditional Unix finger syntax.
  16.  
  17. See Also:
  18.    exec(5); load(5)
  19.  
  20. Other Notes:
  21.    This script was originally written by Ian Frechette (Daemon).  It has
  22.    been revised for use with EPIC by Jeremy Nelson (hop), jnelson@acronet.net.
  23.  
  24.